home *** CD-ROM | disk | FTP | other *** search
/ You're the Director / You're The Director.iso / pc / macf / mger.dir / 00223.ls < prev    next >
Encoding:
Text File  |  1995-10-10  |  245 b   |  15 lines

  1. on mouseDown
  2.   set the visible of sprite 10 to 1
  3.   updateStage()
  4. end
  5.  
  6. on mouseUp
  7.   puppetSprite(4, 0)
  8.   puppetSprite(5, 0)
  9.   puppetSprite(10, 0)
  10.   puppetSprite(47, 1)
  11.   set the visible of sprite 47 to 0
  12.   puppetSprite(47, 0)
  13.   go("Opening")
  14. end
  15.